Scheduler for WinForms
GetItemProperties(PropertyDescriptor[]) メソッド

C1.Win.Schedule.6 アセンブリ > C1.C1Schedule 名前空間 > C1BindingSource クラス : GetItemProperties(PropertyDescriptor[]) メソッド
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
シンタックス
'宣言
 
Public Overridable Function GetItemProperties( _
   ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
) As System.ComponentModel.PropertyDescriptorCollection
public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties( 
   System.ComponentModel.PropertyDescriptor[] listAccessors
)

パラメータ

listAccessors
An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.

戻り値の型

The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.
参照

C1BindingSource クラス
C1BindingSource メンバ